PenNormal
To set the size, pattern, and pattern mode of the graphics pen in the current graphics port to their initial values, use thePenNormal
procedure.
PROCEDURE PenNormal;DESCRIPTION
ThePenNormal
procedure restores the size, pattern, and pattern mode of the graphics pen in the current graphics port to their initial values: a size of 1 pixel by 1 pixel, a pattern mode ofpatCopy
, and a pattern ofblack
. The pen location does not change.SPECIAL CONSIDERATIONS
ThePenNormal
procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.